home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p9-12 / 00426_Script_426 < prev   
Text File  |  1994-05-25  |  564b  |  25 lines

  1. -- P12 last step, first movie
  2. on exitFrame
  3.   -- restore normal mousedown handling
  4.   when mouseDown then nothing
  5.   cursor -1
  6.   
  7.   -- then clean up memory
  8.   global LastQT
  9.   set beforeQT = the name of cast ((the number of cast LastQT) -1)
  10.   unloadCast beforeQT, LastQT
  11.   
  12.   global NumFrames
  13.   set NumFrames = 25
  14.   
  15.   initAnnotations(30,4)
  16.   setAppearTime (1,3*60)
  17.   setAppearTime (2,3*60)
  18.   setAppearTime (3,7*60)
  19.   setAppearTime (4,7*60)
  20.  
  21.   
  22.   -- now preLoad the next movie
  23.   set LastQT = "P12S16"
  24.   preLoadCast the number of cast LastQT
  25. end